home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / AUTONT33.ZIP / MYLOGIN.SCR < prev    next >
Encoding:
Text File  |  1996-02-27  |  262 b   |  13 lines

  1. //  This is a standard login script for NETCOM.
  2. //
  3. //  It hangs out ten seconds to get logged in and settled, then
  4. //  sends my id: drnb, and then my password.  Works just great!
  5. //
  6. WAIT 10
  7. SEND drnb
  8. SEND ENTER
  9. WAIT 6
  10. SEND password
  11. SEND ENTER
  12. RETURN
  13.